<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-pagination {
	display: block;
	margin: 0 auto;
	bottom: 4.5%;
	left: 0;
	right: 0;
}

.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	margin: 0 15px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	width: 55px;
	height: 18px;
	border-radius: 55px;
	opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
	font-weight: bold;
	opacity: 1;
	outline: none;
}

.swiper-button-next {
	right: 2.5%;
}

.swiper-button-prev {
	left: 2.5%;
}

.IndexSolution {
	overflow: hidden;
	position: relative;
}



.NewProductsTX{
	border: none;
	padding: 0;
}

.NewProductsTitle{
	margin-top: 55px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.swiper-button-prev1{
    cursor: pointer;
}
.swiper-button-next2{
	margin-right: 50px;
	cursor: pointer;
}


 .deformation{
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(1);
	  position: relative;
    }

.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}</pre></body></html>